home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / L02A1.DIR / Internal_22_synch.ls < prev    next >
Encoding:
Text File  |  2003-09-23  |  279 b   |  15 lines

  1. on cuePassed channel, num, name
  2.   go(the frame + 1)
  3. end
  4.  
  5. on exitFrame
  6.   global gSpeakerB
  7.   gSpeakerB = 117
  8.   repeat with i = 1 to 3
  9.     set the member of sprite gSpeakerB to member("speaker," & i)
  10.     updateStage()
  11.     await(0.07000000000000001)
  12.   end repeat
  13.   go(the frame)
  14. end
  15.